home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 9 / AMUG BBS in a Box Volume IX (August 1993) (MacWizards).iso / Files / Util / Network / newmacppp 1.0.cpt / Changes next >
Encoding:
Text File  |  1993-04-16  |  2.5 KB  |  65 lines  |  [TEXT/MSWD]

  1.   Larry J. Blunk
  2.   Merit Network, Inc.
  3.   ljb@merit.edu
  4.  
  5. Revision History:
  6.  
  7. 4/14/93
  8.    This is still MacPPP 1.0 (same code) but now with
  9.    new-and-improved documentation from Susan R. Harris.
  10.    The documentation and get info fields now have the officially
  11.    sanctioned copyrights.  I also got rid of the scammed icon
  12.    and changed it to be an original design that I did while
  13.    at the PPP Consortium meeting in Sunnyvale (10/92).
  14.    Actually, I got the idea from a design in the PacBell
  15.    phone book in my hotel room.  Its supposed to be two phones
  16.    if you can't tell (so much for my artistic talents).
  17.  
  18.    I'm still working on the code when I have time, but I'm not sure
  19.    when I'll be coming out with the next release.
  20.  
  21. 1/5/93
  22.   1.0 final release
  23.   Fixes:
  24.     -30 second timeout for modem connect was causing problems.  
  25.     -Bumped the timeout up to 90 seconds.  Also increased timeout
  26.     on waiting for dialog strings from 20 to 40 seconds.
  27.     -Lower case AT commands causes problems on certain brain-dead
  28.     modems.   Switched to upper case commands.
  29.     -File locking on System 6 machines caused problems when
  30.     trying to start PPP while the control panel was open.
  31.     -Insufficient input buffer for serial driver caused rx overruns
  32.     when running above 19200 on slow Macs (SE's, Plus's, etc.).
  33.     Increasing buffer size from 384 to 1024 solved problem.
  34.     -Netmask was always set to 255.255.255.0.  This caused
  35.     problems when assigned a Class A or Class B address with a last
  36.     octet of 0.  (MacTCP assumed it was a broadcast address
  37.     and thus invalid).
  38.     -IPCP Config Requests with the old style VJ option were
  39.     dropped rather than rejected.  May add support in next release
  40.     for the old style option.
  41.  
  42.   New Features:
  43.     -Added the current states of PPP options to the Statistics
  44.     window in the control panel.
  45.     -Changed buffering scheme to reduce system heap space
  46.     required by about 5K ( now allocates ~16K at startup).
  47.  
  48. 12/2/92
  49.    1.0beta Release 1
  50.      Fixes:
  51.     -Problem in LCP which caused the data field of all
  52.       options in config requests to be FF's.
  53.     -IPCP did not do option rejects correctly ( did not
  54.       duplicate option contents ).
  55.     -phone num, modem init, and dialog strings could
  56.      overrun stack when parsed.
  57.     -terminal emulation did not handle backspace characters.
  58.     -Control Panel did not save value of "Default id" field
  59.     in LCP options dialog.
  60.     -Open/Close button events could put PPP in unexpected states.
  61.  
  62. New Features:
  63.  
  64.    -added <CR> check boxes to Connect Config dialog.
  65.